Package-level declarations
Types
Link copied to clipboard
interface IMcScannerFactory
Link copied to clipboard
Link copied to clipboard
class MedicalCertificateAutoSnappingController(cameraView: IScanbotCameraView, medicalCertificateFrameHandler: MedicalCertificateFrameHandler, needDetachFromView: Boolean = false) : BaseAutoSnappingController<MedicalCertificateAutoSnappingController.Param>
Controls auto-snapping for Medical Certificate scanning.
Link copied to clipboard
class MedicalCertificateFrameHandler(medicalCertificateScanner: MedicalCertificateScanner) : FrameHandler
Performs Medical Certificates data detection on camera preview frames. Outputs results via MedicalCertificateFrameHandler.ResultHandler (addResultHandler).